Skip to main content

CsvConfig<T>

Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class CsvConfig<T>

Properties

OmitHeaders

View Source
Declaration
public static bool OmitHeaders { get; set; }

CustomHeadersMap

View Source
Declaration
public static Dictionary<string, string> CustomHeadersMap { get; set; }

CustomHeaders

View Source
Declaration
public static object CustomHeaders { set; }

Methods

Reset()

View Source
Declaration
public static void Reset()